SecurityController
extends AbstractController
in package
Table of Contents
Methods
- adminDashboardAction() : Response
- Renders the admin dashboard page.
- loginAction() : Response
- Handles the login functionality.
- loginCheckAction() : void
- logoutAction() : void
Methods
adminDashboardAction()
Renders the admin dashboard page.
public
adminDashboardAction(EntityManagerInterface $emi) : Response
Parameters
- $emi : EntityManagerInterface
-
The entity manager interface.
Return values
Response —The response object.
loginAction()
Handles the login functionality.
public
loginAction(AuthenticationUtils $authenticationUtils) : Response
Parameters
- $authenticationUtils : AuthenticationUtils
-
The authentication utils service.
Return values
Response —The response object.
loginCheckAction()
public
loginCheckAction() : void
logoutAction()
public
logoutAction() : void